home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Multimidia: Guia Visual de Egipto
/
PC MULTIMEDIA GUIA VISUAL DE EGIPTO.iso
/
hardball
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-14
|
560b
|
20 lines
@echo off
cls
echo *****************************************
echo This will install the HARDBALL 4 demo
echo to your hard drive. If you want to
echo abort this operation, press CTRL-C now.
echo *****************************************
pause
md c:\hb4demo
pkunzip file.000 c:\hb4demo
c:
cd \hb4demo
echo .
echo **********************************
echo To start the demo, type HB4DEMO.
echo If you have problems, type HELP.
echo Bear in mind, this demo is without
echo music or mouse support. Enjoy!
echo **********************************